+Tue Jul 13 01:16:20 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/tmpl/gtkiconview.sgml: Updates.
+
+Tue Jul 13 00:45:14 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtk-docs.sgml: Move GtkAboutDialog to Windows section.
+
2004-07-12 Federico Mena Quintero <federico@ximian.com>
* gtk/glossary.xml: Start of the GTK+ glossary.
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+#GtkIconView provides an alternative view on a list model.
+It displays the model as a grid of icons with labels. Like
+#GtkTreeView, it allows to select one or multiple items
+(depending on the selection mode, see gtk_icon_view_set_selection_mode()).
+In addition to selection with the arrow keys, #GtkIconView supports
+rubberband selection, which is controlled by dragging the pointer.
</para>
<!-- ##### SECTION See_Also ##### -->
<!-- ##### STRUCT GtkIconView ##### -->
<para>
-
+The <structname>GtkIconView</structname> struct contains only
+private fields and should not be directly accessed.
</para>
<!-- ##### USER_FUNCTION GtkIconViewForeachFunc ##### -->
<para>
-
+A function used by gtk_icon_view_selected_foreach() to map all
+selected rows. It will be called on every selected row in the view.
</para>
-@icon_view:
-@path:
-@data:
+@model: The #GtkTreeModel being viewed
+@path: The #GtkTreePath of a selected row
+@data: user data
<!-- ##### FUNCTION gtk_icon_view_new ##### -->